.swiper-contione2 {
	width: 1000px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.swiper2 {
	width: 99999999999px;
	transition: all 1s ease;
}

.swiper-item2 {
	width: 1000px;
	float: left;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.swiper-item2 div{
	width: 210px;
	height: 300px;
}

.swiper-item2 img {
	width: 210px;
	height: 300px;
}

.swiper-point2 {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.point2 {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	margin-right: 5px;
	float: left;
}

.point.active2 {
	background: #fff;
}

.swiper-left2 {
	width: 60px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease;
	transform: rotate(180deg);
}

.swiper-right2 {
	width: 60px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease;
}

.swiper-left2 img,
.swiper-right2 img {
	cursor: pointer;
}
